Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CK_RX65N_CCRX] Fix build error & set to generate code when building #21

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

YusukeTakahashiGithub
Copy link

■ Overview of changes
In this pull request, we are implementing the following two measures for the ccrx version project.

・ Fix build error
This is supported by the following commits.
4c0c60b

With the current project settings, if you add a file from another company to the "src" folder, it will be forcibly built and a build error will occur.
In another commit, new files (ewf_lwip_ppp.c and ewf_lwip_ppp.h) were added, and building this file caused a build error.
In order to avoid build errors, I added a resource filter to the project settings and set it not to build when new files are added to the "src" folder.

・ Set to generate code when building
This is supported by the following commits.
e7c93a3

In the current project settings, the code is not generated by Smart Configurator* when building.
I changed this to match the gcc version project and change the setting to generate code at build time.
*Renesas tool that automatically generates code according to GUI settings by user.

■ Effects on other files
Edited only the project in the CK_RX65N_CCRX folder.
Files outside this folder are unaffected.

Previously, when files from other companies were added to the "src" folder, a build was forced and a build error occurred.
Added a resource filter in the e2 studio settings so that even if files from other companies are added to the "src" folder, it will not be built.
…time.

*Renesas tool that automatically generates code according to GUI settings by user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant